home *** CD-ROM | disk | FTP | other *** search
- Path: gate.appsig.com!usenet
- From: sjs@jma.com (Sandeep Shetty)
- Newsgroups: comp.lang.c++
- Subject: Trouble with makefiles and templates.
- Date: 26 Jan 1996 03:03:17 GMT
- Organization: appsig.com
- Distribution: world
- Message-ID: <4e9g9l$ckf@gate.appsig.com>
- Reply-To: sjs@jma.com
- NNTP-Posting-Host: aries.appsig.com
-
- Hi,
-
- I am having a hard time using my makefile when I have templated classes
- in my program. I am using g++. When I use make, the thing yacks and says that
- I have multiple definitions of variables. However, when I type the compile commands
- at the command line everything works fine. Since I don't seem to have any problems
- compiling other C++ programs with make, I was wondering whether there is something
- special I have to do when compiling templated classes with make?
-
-
-
-
- ---
- Sandeep Shetty
-
-